PDF4Java Reference Documentation
com.o2sol.pdf4java.core.security Package / PDFStandardSecurityHandler Class / setEnableFormsFill Method
True if the user can fill in existing interactive form fields (including signature fields), even if getEnableAnnotationsAndFieldsEdit is not set.
In This Topic
    setEnableFormsFill Method
    In This Topic
    Sets a value indicating whether the user can fill in form fields.
    This property is valid only for security handlers that use 128 bit keys.
    Syntax
    public void setEnableFormsFill( 
       boolean value
    )

    Parameters

    value
    True if the user can fill in existing interactive form fields (including signature fields), even if getEnableAnnotationsAndFieldsEdit is not set.
    See Also